home *** CD-ROM | disk | FTP | other *** search
/ Enter 2002 January / EnterCD 1_2002.iso / Internet / HomeSite 5.0 / HomeSite_5_Trial_Installer.exe / data1.cab / Extensions / Includes / tcHDML.inc < prev    next >
Encoding:
Text File  |  2001-10-11  |  2.9 KB  |  28 lines

  1. <!-- Copyright  (c) 1997-2001 Macromedia, Inc. All Rights Reserved. Consult Software License Agreement for more details -->
  2. <!-- version 1.0 - 2001-06-05 -->
  3. <CAT CAPTION="HDML Tags" DESC="A collection of Hand-Held Device Markup Language (HDML 2.0) tags used for wireless web applications.">
  4.   <CAT CAPTION="Deck Elements" ICON="Images/phone_small_3.bmp">
  5.     <E CAPTION="ACTION"        VALUE='<ACTION'        HELPFILE='../Help/Wireless_Development_References/HDML_Reference/action.htm'/>
  6.     <E CAPTION="CHOICE"        VALUE='<CHOICE'        HELPFILE='../Help/Wireless_Development_References/HDML_Reference/choice.htm'/>
  7.     <E CAPTION="DISPLAY"    VALUE='<DISPLAY'    HELPFILE='../Help/Wireless_Development_References/HDML_Reference/display.htm'/>
  8.     <E CAPTION="ENTRY"        VALUE='<ENTRY'        HELPFILE='../Help/Wireless_Development_References/HDML_Reference/entry.htm'/>
  9.     <E CAPTION="HDML"        VALUE='<HDML'        HELPFILE='../Help/Wireless_Development_References/HDML_Reference/hdml.htm'/>
  10.     <E CAPTION="NODISPLAY"    VALUE='<NODISPLAY'    HELPFILE='../Help/Wireless_Development_References/HDML_Reference/nodisplay.htm'/>
  11.   </CAT>
  12.   <CAT CAPTION="Card Elements" ICON="Images/phone_small_3.bmp">
  13.     <E CAPTION="ACTION"        VALUE='<ACTION'        HELPFILE='../Help/Wireless_Development_References/HDML_Reference/action.htm'/>
  14.   </CAT>
  15.   <CAT CAPTION="Choice Elements" ICON="Images/phone_small_3.bmp">
  16.     <E CAPTION="CE"            VALUE='<CE'            HELPFILE='../Help/Wireless_Development_References/HDML_Reference/ce.htm'/>
  17.   </CAT>
  18.   <CAT CAPTION="Display Text Elements" ICON="Images/phone_small_3.bmp">
  19.     <E CAPTION="<BR>"            VALUE='<BR>'        DESC='<B><BR></B><BR>Starts a new line. The line uses the default wrapping mode you last specified on the card.'/>
  20.     <E CAPTION="<CENTER>"        VALUE='<CENTER>'    DESC='<B><CENTER></B><BR>Centers a line of text.'/>
  21.     <E CAPTION="<IMG></IMG>"    VALUE='<IMG NAME="image_name" ALT="alternative text" SRC="source image"></IMG>'        DESC='<B><IMG NAME="image_name" ALT="alternative text" SRC="source image"></B><BR>Specifies an image to display. Not all phone models are capable of displaying images.'/>
  22.     <E CAPTION="<LINE>"            VALUE='<LINE>'        DESC='<B><LINE></B><BR>Starts a new line. If the text is too large to fit the phone display, the phone automatically scrolls it horizontally so the user can view the entire line. This wrapping mode is known as "Times Square" mode. Until a <WRAP> statement is encountered, all lines that follow the current line are also scrolled.'/>
  23.     <E CAPTION="<RIGHT>"        VALUE='<RIGHT>'        DESC='<B><RIGHT></B><BR>Aligns text to right.'/>
  24.     <E CAPTION="<TAB>"            VALUE='<TAB>'        DESC='<B><TAB></B><BR>Inserts tab space.'/>
  25.     <E CAPTION="<WRAP>"            VALUE='<WRAP>'        DESC='<B><WRAP></B><BR>Starts new line. If the text is too large to fit the phone display, the phone word wraps the text to the next line. Until a <LINE> statement is encountered, all lines that follow the current line are also word wrapped.'/>
  26.   </CAT>
  27. </CAT>
  28.